home *** CD-ROM | disk | FTP | other *** search
/ Best of Shareware / Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso / mac / ZIPPED / DOS / EDITORS / STAT10.ZIP / CONTROL next >
Text File  |  1992-08-20  |  2KB  |  35 lines

  1. INPUT FILE          weather.txt
  2. OUTPUT FILE         output
  3.  
  4. *  use START LINE <> 0 to skip headers in the input file or to
  5. *  calculate statistics on only a portion of the input file
  6. START LINE           4
  7. * leave END LINE blank if you want to process until the end of file
  8. END LINE            99999
  9.  
  10. *  columns 1-21 are resereved for statistic labels
  11. *  start field descriptions in column 21, each field 10 columns wide
  12. NUM HEADERS         3
  13.                                       Hi        Lo
  14.                       Rainfall      Temp      Temp
  15.                         inches     Deg F     Deg F
  16.  
  17. STATISTIC SPECIFICATIONS
  18. *                        Start     Field       Low        Hi    Multi-                                                  |--Last--|          |Line# of|          |Line# of|
  19. *                          Col     Width Threshold Threshold    plier   Constant|--Count-||---Sum--||---Avg--||-StdDev-||-Value--||-Maximum||-Maxium-||-Minimum||-Minimum||--Range-|
  20. Rainfall                    14         7                                           ###,###  #####.##                      #####.##  #####.##  ####,###  #####.##  ####,###  #####.##
  21. Hi Temp                     25         7                                           ###,###            #####.##  #####.##  ########  ########  ####,###  ########  ####,###  ########
  22. Lo Temp                     38         7                                           ###,###            #####.##  #####.##  ########  ########  ####,###  ########  ####,###  ########
  23. DONE
  24.  
  25. you can include a small portion of the input file here at the
  26. bottom of the control file to help you deterimine the starting column and
  27. field width of the fields in the input file.
  28.                              Hi          Lo
  29.            Rainfall Temperature Temperature
  30.        Day   inches       Deg F       Deg F
  31.   07/01/91                   80          60
  32.   07/02/91                   81          61
  33.   07/03/91      0.5          78          58
  34.   07/04/91      0.2          90          70
  35.